home *** CD-ROM | disk | FTP | other *** search
- cur_level_num = 104
-
- dofile("everything.lua")
-
- c_add_a_path("edge-path", 0, 65 )
-
- function LEVEL_start()
- ticker = 0
- pylon_start("square-1",90.0)
- floor_start_random()
- player_start( -4.6875e-005 , -3.51562e-005 , 0.0 )
- end
-
- function LEVEL_gameloop()
- everying_gameloop()
-
- if ticker == 500 then
- actor_plopper( "chunk", 1,0,0, 27.7178,27.7178,15.874,15.874, -90.0,147.0 )
- end
-
- if ticker == 500 then
- actor_plopper( "chunk", 1,0,0, 27.7178,27.7178,-16.5087,-16.5087, -90.0,147.0 )
- end
-
- if ticker == 500 then
- actor_plopper( "chunk", 1,0,0, -28.6576,-28.6576,-16.5087,-16.5087, -90.0,147.0 )
- end
-
- if ticker == 500 then
- actor_plopper( "chunk", 1,0,0, -28.6576,-28.6576,15.874,15.874, -90.0,147.0 )
- end
-
- if ticker == 800 then
- actor_plopper( "robot_green_path", 15,0,2, -50.8372,-39.0318,30.2756,-34.3702, -90.0,0.0, "edge-path" )
- end
-
- if ticker == 800 then
- actor_plopper( "robot_green_path", 15,0,2, -46.3099,46.0413,-38.1609,-26.3555, -90.0,0.0, "edge-path" )
- end
-
- if ticker == 800 then
- actor_plopper( "robot_green_path", 15,0,2, 39.0456,50.851,30.2756,-34.3702, -90.0,0.0, "edge-path" )
- end
-
- if ticker == 800 then
- actor_plopper( "robot_green_path", 15,0,2, -46.3099,46.0413,25.496,37.3014, -90.0,0.0, "edge-path" )
- end
-
- if ticker == 1500 then
- actor_plopper( "crystal_large", 1,0,0, -46.3522,-46.3522,-1.66097,-1.66097, -90.0,0.0 )
- end
-
- if ticker == 1500 then
- actor_plopper( "crystal_large", 1,0,0, 45.7146,45.7146,-1.66097,-1.66097, -90.0,0.0 )
- c_no_more_beasties_to_come()
- end
-
- end
-
-